colorswatch: don't apply padding twice
authorCosimo Cecchi <cosimoc@gnome.org>
Fri, 8 Jan 2016 22:58:25 +0000 (14:58 -0800)
committerCosimo Cecchi <cosimoc@gnome.org>
Fri, 8 Jan 2016 22:58:25 +0000 (14:58 -0800)
commitf2685ddf5e0bdaaaf28d7b4abd49b8d9c29a031b
tree8950c30c5d49d6060d9ee53099a0a17336a6b2ca
parente62f1604f97a6ca26aab4780fb9504c4b06a921e
colorswatch: don't apply padding twice

Instead of taking the border and manually removing it from the
allocation, render our background over all the border allocation box, as
that's more correct and does not take padding into account twice.
gtk/gtkcolorswatch.c